Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

195
Views
Node update 12.16.3 -> 14.17.0 unsuccessful after nvm and cache clear

NODE ISSUE No Resolve! I think possible PATH misdirect .... not sure Good evening everyone, I have tried and searched various ways to resolve this. This problem has plagued me for weeks and I have tried and searched most everything I can. Im not sure if my node isnt being updated globally.my issue is the following: Updating node and clearing cache. terminal error In my terminal i am running: npx create-react-app project_ts --template typescript

Returns error: You are running Node 12.16.3. Create React App requires Node 14 or higher. Please update your version of Node. I then proceeded to: Use NVM: nvm install version 14.7.0

Run nvm use v14.7.0 or nvm use v16.17.0
    NVM DOES UPDATE MY NODE VERSION...BUT :
     nvm -v -> shows i am still running v12.16.3.  *I restarted IDE -VSCODE...nothing.

proceeded to clean cache:

Sudo npm cache clean -f Sudo npm install -g n Sudo stable AND SUCCESS, BUT... Upon running code again same issue. Any solutions. Ideally I'd like to resolve this permanently. Thank you

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

I think you forgot to run nvm use [your version].

Running nvm use v14.7.0 or nvm use v16.17.0 should resolve your issue.

You can install several versions at the same time with nvm. When you install a new one, it doesn't switch the default version automaticaly, you have to choose it afterward.

That said, using nvm use [version] is temporary and will only have effect on the current shell and its sub-processes.

To change your node version globaly, you must run nvm alias default [version].

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!